Skip to main content

All Questions

0votes
1answer
26views

When I change my $scope.model through select within a ui-tabset it doesn't change accordingly

Currently I have my <select> inside of a ui-tabset and when it is inside of a tabset it does not seem to update my $scope.filter_item_package correctly when I have it set as the model. Here is ...
Andy Nguyen's user avatar
2votes
3answers
5kviews

Possibly unhandled rejection when try to dismiss a modal

I have a cancel button on my modal and has an on-click function that calls: onCancelClick: function () { $uibModalInstance.dismiss() } its work but make this error: Possibly unhandled ...
Alireza's user avatar
0votes
1answer
541views

UI-Bootstrap, adjust modal dimensions according to contained image

I am using component based architecture and want to show bootstrap modal which gets adjusted to image height and width. Most of the forums suggested to use height and width in percent but this will ...
MSK's user avatar
  • 401
0votes
1answer
495views

ui-bootstrap module angularjs

I want to use pagination for angular from ui-bootstrap (https://angular-ui.github.io/bootstrap/) but I am not sure if I have to add ['ui.bootstrap'] module in my app.js file or in the controller of ...
user122222's user avatar
0votes
0answers
281views

angular ui bootstrap on page load not popping up

I trying to pop up a modal on page load. I can see the response and html in the firebug console but there is no popup thats displayed. Installed ui-bootstrap Added in the app.js angular.module('...
Pradeep's user avatar
0votes
0answers
504views

How to invoke a modal from a controller in angularjs / ui-bootstrap?

I am trying to display a modal (Note view) from a controller (Details controller). I have separate controllers tied to each view. The Details view has a list of radio buttons and upon selecting a ...
Jyina's user avatar
  • 2,902
0votes
1answer
215views

Accessing controller inside overridden template-url of uib-tab

angular-bootstrap version used : 1.2.0 angular-version : 1.5.7 I am trying to override header html of uib-tab like below, <li ng-class="{active: active, disabled: disabled}" class="uib-tab"> ...
JPS's user avatar
  • 2,760
0votes
1answer
435views

Chrome freezes when closing a $uibModal instance

Hej When testing one of the modal windows on https://angular-ui.github.io/bootstrap/#/modal my chrome browser freezes for about 50 seconds after I close the modal. For this time I can not do anything ...
Stefan Meier's user avatar
1vote
1answer
2kviews

Date not showing up in angular-bootstrap datepicker

I have a table which conatians some dates and I am trying to use angular ui bootstrap to get a datepicker to edit them. While the datepicker pops up fine and allows me to select a date with no issue, ...
MysteriousWaffle's user avatar
2votes
2answers
1kviews

Angular Bootstrap Calender Drag Event not working

I am facing problem in drag event of Angular bootstrap calender. I am using https://mattlewis92.github.io/angular-bootstrap-calendar/#?example=draggable-events Here is my HTML code: <div ng-...
Anjaney Mishra's user avatar
1vote
0answers
18views

Sharing controllers in angularjs

I have two date-pickers, one text field and a button in one form as below: <div class="form-group"> <label class="control-label">Date End </label> ...
kovac's user avatar
  • 5,389
2votes
2answers
3kviews

Unknown provider: $animateCssProvider <- $animateCss <- $uibModalStack <- $uibModal

If I update my angular version to higher version I am sure it will work, but I am more depended on 1.3.20 version of angular. I tried angular-bootstrap version from 1.1 to the latest, nothing works ...
Garfield's user avatar
0votes
1answer
115views

Disambiguation: Angular, Bootstrap (css & js), angular.bootstrap, UI Bootstrap, and anything else I should know about Angular and Bootstrap

I recently started working on an Angular project that someone else started. I'm loving it, but am massively confused about Angular's relationship to Bootstrap. Especially because it seems like all the ...
Travis Heeter's user avatar
1vote
1answer
149views

Firing event from dynamically opened controller to parent controller in Angular js

I am developing an Web Application using Angular JS. I am new to Angular JS. in my app I am using bootstrap.ui JS for Angular js. But I am having a problem with bootstrap modal controller. I open the ...
Wai Yan Hein's user avatar
1vote
0answers
266views

Angular UI Bootstrap Calendar Year Selector

Is there a way to configure the popup calendar widget such that the user can select the year from a dropdownlist? Kinda like this: It is not a requirement I am fond of, but a requirement I am stuck ...
onefootswill's user avatar

153050per page
close